Operation void
ensureCapacity (int minCapacity), in Class Vector
Documentation
* Increases the capacity of this vector, if necessary, to ensure
* that it can hold at least the number of components specified by
* the minimum capacity argument.
*
* @param minCapacity the desired minimum capacity.
* @since JDK1.0
Concurrency | Sequential | Export Control | PublicAccess |
Property Settings
Java
Final | True | Synchronized | True |
Abstract | False | Static | False |
Native | False | | |